home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 4
/
Amiga Format AFCD04 (Sep 1996, Issue 88).iso
/
serious
/
commercial
/
stormc-demo
/
include
/
wbstartup.h
< prev
Wrap
C/C++ Source or Header
|
1996-07-12
|
316b
|
23 lines
#ifndef _INCLUDE_WBSTARTUP
#define _INCLUDE_WBSTARTUP
/*
** $VER: wbstartup.h 1.0 (18.1.96)
** StormC Release 1.0
**
** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
** All Rights Reserved
*/
#ifdef __cplusplus
extern "C" {
#endif
void wbmain(struct WBStartup *);
#ifdef __cplusplus
}
#endif
#endif